home *** CD-ROM | disk | FTP | other *** search
/ Group 42-Sells Out! - The Information Archive / Group 42 Sells Out (Group 42) (1996).iso / security / readme.txt < prev    next >
Text File  |  1995-11-30  |  2KB  |  67 lines

  1.  
  2. In order get things up and running,
  3.  
  4. - You need a UNIX system to run SATAN.
  5.  
  6. - In order to unpack the SATAN archive,
  7.  
  8.     gunzip satan-11.tgz
  9.  
  10.       tar xvf satan-11.tar
  11.  
  12. - In order to unpack the SATAN documentation,
  13.  
  14.     gunzip satandoc.tgz
  15.  
  16.       tar xvf satandoc.tar
  17.  
  18. - You will need PERL 5.000 or better (perl5 alpha is NOT good enough),
  19.   and a WWW browser (Netscape, Mosaic, or Lynx). SATAN looks a lot
  20.   better on a color display. The FAQ gives hints for MONO screens.
  21.  
  22. - When you collect or view data about hundreds of hosts you will need a
  23.   machine with enough CPU power (sparc5, indy, or better) and memory
  24.   (32 MB or better).
  25.  
  26. - Run the "reconfig" script. It will patch some scripts with the
  27.   pathnames of your PERL 5 executable, and of your WWW browser.  If
  28.   SATAN does not find the WWW browser that you want to use, edit the
  29.   config/paths.pl file and change the line 
  30.  
  31.     $MOSAIC="program_name";
  32.  
  33.   to whatever browser you prefer (make sure to preserve the quotation
  34.   marks and punctuation of the line.)
  35.  
  36. - Run the "make" command. It will ask you to specify a system type.
  37.   Most mainstream system types are provided. 
  38.  
  39. - When your network lies behind a firewall, you should unset your proxy
  40.   environment variables (such as $http_proxy $file_proxy, $socks_ns,
  41.   etc.) and/or change your browser configuration to not use your SOCKS
  42.   host or HTTP Proxy (see your HTML browser's option section.)
  43.  
  44. - Run the "satan" script. When run without arguments, it will start up
  45.   a WWW browser. The command-line interface is described in the satan.8
  46.   manual page ("nroff -man" format). You must run SATAN as superuser if
  47.   you want to collect data.
  48.  
  49. - You can run multiple SATAN processes in parallel to speed up data
  50.   collection, but each process should be given its own database (via
  51.   the "-d" command-line option). We use one SATAN database per block of
  52.   256 addresses (satan -d x.x.x x.x.x). After data collection you can
  53.   merge SATAN databases in core with the HTML browser (see the
  54.   documentation on scanning and databases for more on this.) Parallel
  55.   code and sharing of databases will come at a later date.
  56.  
  57. - Use your browser's PRINT button to print reports.
  58.  
  59. Most documentation is accessible via your WWW browser. 
  60.  
  61. Last but not least, SATAN was written to improve Internet security.
  62. Don't put our work to shame.
  63.  
  64.     Wietse Venema / Dan Farmer 
  65.         (satan@fish.com)
  66.  
  67.